←Select platform

OnCallService Method

Summary

Performs the call to the web service.

Syntax

C#
VB
C++
protected abstract TStreamedData OnCallService( 
   int currentStreamNumber, 
   TServiceState state 
) 
  
Protected MustOverride Function OnCallService( _ 
   ByVal currentStreamNumber As Integer, _ 
   ByVal state As TServiceState _ 
) As TStreamedData 
protected: 
abstract _TStreamedData^_ OnCallService(  
   int currentStreamNumber, 
   _TServiceState^_ state 
)  

Parameters

currentStreamNumber
The number of current streams to be processed.

state
User state information.

Return Value

User typed data.

Remarks

You should call the web service on this method.

Use the currentStreamNumber to identify the number of calls performed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.